|
Workout With Friends
Stay fit with a little motivation
|
Base class for all weight related workouts. More...


Public Member Functions | |
| def | create |
Public Member Functions inherited from wowf.models.workout._Workout | |
| def | id |
Static Public Attributes | |
| tuple | repetitions = Column(SmallInteger(unsigned=True), nullable=False) |
Base class for all weight related workouts.
Definition at line 55 of file workout.py.
| def wowf.models.workout.WeightWorkout.create | ( | cls, | |
| user, | |||
| challenge, | |||
| repetitions | |||
| ) |
Definition at line 60 of file workout.py.
|
static |
Definition at line 57 of file workout.py.
1.8.1.2